home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 September / EnigmA AMIGA RUN 30 (1998)(G.R. Edizioni)(IT)[!][issue 1998-09].iso / recent / miamih1.lha / MiamiGetOnlineTime.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-22  |  263b  |  13 lines

  1. /*
  2. **  ARexx script to get Miami Online time v1.0
  3. **  By Alexandre Gabriel (a.k.a. Chryse) <chryse@mail.telepac.pt>
  4. */
  5. OPTIONS RESULTS
  6.  
  7. ADDRESS 'MIAMI.1'
  8.  
  9. GETONLINETIME
  10.  
  11. SAY "Miami is Online for:"
  12. SAY result/3600 "Hours / " result/60 "Minutes /" result "Seconds"
  13.